home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1146 / 1146.xpi / chrome / screengrab.jar / skin / toolbar.css < prev   
Cascading Style Sheet File  |  2009-03-09  |  500b  |  13 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. /**
  3.  * This file is copyright Andy Mutton 2008 (andy@5263.org).
  4.  * It is licensed under the GPL3. More information can be found in the root folder in license.txt
  5.  */
  6. #screengrab-toolbar-button {
  7.   list-style-image: url("chrome://screengrab/skin/screengrab_24_icon.gif");
  8. }
  9.  
  10. toolbar[iconsize="small"] #screengrab-toolbar-button {
  11.   list-style-image: url("chrome://screengrab/skin/screengrab_16_icon.gif");
  12. }
  13.